home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7803 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  575 b 

  1. Path: newsstand.cit.cornell.edu!globetrot
  2. From: wo10@cornell.edu (Warren Ouyang)
  3. Newsgroups: comp.lang.c++
  4. Subject: Diff between const str& and const str*
  5. Date: 19 Feb 1996 05:55:48 GMT
  6. Organization: Cornell University
  7. Sender: wo10@cornell.edu (Verified)
  8. Message-ID: <4g93d4$ej4@newsstand.cit.cornell.edu>
  9. NNTP-Posting-Host: j320111232.resnet.cornell.edu
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. Hello all, I was wondering... in C++, is there a difference between 
  13. "const str&" and "const str*" as function parameters?  (str is a class).  
  14. Thanks for any help!
  15.  
  16. Warren
  17.